home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJDEV111.ZIP / include / io.h < prev    next >
C/C++ Source or Header  |  1993-08-28  |  82b  |  8 lines

  1. #ifndef _IO_H_
  2. #define _IO_H_
  3.  
  4. int setmode(int handle, int mode);
  5.  
  6. #endif
  7.  
  8.